home *** CD-ROM | disk | FTP | other *** search
- stop();
- girl(-200,-5,160);
- for(var i in _root.model_mc)
- {
- if(typeof _root.model_mc[i] == "movieclip")
- {
- model_mc[i].enabled = false;
- }
- }
- reset_btn.onRelease = function()
- {
- _root.clear_ini();
- gotoAndStop(111);
- };
- print_btn.onRelease = function()
- {
- _root.SetPrintJob();
- };
- bg_btn.onRelease = function()
- {
- _root.bg_mc.play();
- };
- sd_btn.onRelease = function()
- {
- if(sd_no == true)
- {
- end_btn_sound_fun();
- sd_no = false;
- }
- else
- {
- sound3();
- sd_no = true;
- }
- };
-